projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d85e8d
)
Make sure stopped spinner stay visible
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 7 Dec 2017 04:49:03 +0000
(23:49 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 7 Dec 2017 04:49:48 +0000
(23:49 -0500)
This demo needs stopped spinners to be visible,
so the user can interact with them.
demos/gtk-demo/dnd.css
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/dnd.css
b/demos/gtk-demo/dnd.css
index e9cfd56fae021cd106891393d0f0a5ab31b4a01d..8d0f22af6ff36a8a49d50da19141fd6cbf01a985 100644
(file)
--- a/
demos/gtk-demo/dnd.css
+++ b/
demos/gtk-demo/dnd.css
@@
-1,6
+1,3
@@
-demo {
- background: red;
- border: 1px solid black;
- min-width: 30px;
- min-height: 30px;
+spinner.demo {
+ opacity: 1;
}